Skip to content

Executor graph#21

Merged
loloxwg merged 18 commits intoKipData:devfrom
eliasyaoyc:executor_graph
Jul 12, 2023
Merged

Executor graph#21
loloxwg merged 18 commits intoKipData:devfrom
eliasyaoyc:executor_graph

Conversation

@eliasyaoyc
Copy link
Copy Markdown
Contributor

What problem does this PR solve?

simple executor graph.

KKould and others added 15 commits June 22, 2023 23:53
…the two levels of Schema and DataBase for simplification
…d generation to avoid third-party dependencies
- Configure Gpt code review bot.
* style(fmt): code format

* feat(binder): add create table binding

* feat(style): make code clean

---------

Co-authored-by: Xwg <xuanwei.zhang@gatech.com>
…rint it (KipData#17)

- add create table bind test
- change logic of main function

Co-authored-by: Xwg <xuanwei.zhang@gatech.com>
- catalog 存储了库表列之间的关系结构
- types   类型系统表示了数据库字段的类型
- 更改函数签名中的&String到&str
- 取消类型中的new方法,并将其归入ColumnDesc 的new 方法中统一实现
- binder用来将解析后生成的 AST 和 Schema 信息绑定起来,检查输入的名称是否合法、是否有重复、有歧义
- catalog引入锁机制,创建column catalog流程改变
- 类型系统变化为sqlparser的DataTypeKind,并实现DataTypeExt trait,方便进行nullable设置
@KKould KKould linked an issue Jul 6, 2023 that may be closed by this pull request
@KKould KKould added the enhancement New feature or request label Jul 9, 2023
Copy link
Copy Markdown
Member

@KKould KKould left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At present, only 'src/execution/parallel/pipeline_builder.rs' has a test case, other methods and files currently seem to be conceptual or difficult to understand, as a simple framework I think it looks fine, but we can use the test case improvement as an issue to improve to ensure that each unit is operational

@loloxwg
Copy link
Copy Markdown
Member

loloxwg commented Jul 10, 2023

At present, only 'src/execution/parallel/pipeline_builder.rs' has a test case, other methods and files currently seem to be conceptual or difficult to understand, as a simple framework I think it looks fine, but we can use the test case improvement as an issue to improve to ensure that each unit is operational

agree

@loloxwg loloxwg merged commit 103218a into KipData:dev Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

executor

3 participants